home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / drivers / s3864v11.zip / MSREAL.TXT < prev    next >
Text File  |  1993-08-10  |  4KB  |  100 lines

  1.             GraphicsENGINE  Microstation PC Driver (Real Mode)
  2.  
  3.  Features:
  4.    * Very Fast-
  5.            Written in 100% assembly language.
  6.    * Very Small-
  7.            Uses only 10K, and could be high loaded.
  8.    * Does not require HDILOAD-
  9.            Leaves more memory available for MGDS.
  10.            Works with all versions, including 4.0.
  11.    * Convenient-
  12.            Will remove itself from memory when needed.
  13.  
  14.  Hardware Requirements:
  15.    * 286 or better CPU.
  16.    * GraphicsENGINE  board
  17.  
  18.  Resolution:
  19.    * 1024 x 768, 800 x 600, 640 x 480    16 colors.
  20.    * 256 colors or swap screen (16 colors) with sufficient video memory.
  21.  
  22.  
  23.                  I N S T A L L A T I O N
  24.                  -----------------------
  25.  
  26.  Automatic installation:
  27.    1. Go to disk drive that has Microstation.
  28.       Don't worry, it will figure out which is present.
  29.    2. Place the driver install diskette in drive A:.
  30.    3. Type  A:\INSTALL  <CR>.
  31.  
  32.       Then select INSTALL's   Microstation PC (Real Mode) Driver   menu,
  33.       press ENTER key and complete the installation.
  34.       INSTALL will copy the appropriate files to your default directory.
  35.  
  36.    4. Run the USCONFIG program when prompted, selecting the
  37.        ACTIX GraphicsENGINE   driver. It will be found under
  38.       the  Vendor Supplied  selection.
  39.  
  40.  Manual installation:
  41.    1. Go to disk drive that has Microstation.
  42.    2. Place the driver install diskette in drive A:.
  43.    3. Change to the  \USTATION\DRIVERS  directory.
  44.    4. Copy  A:\USTATION\MGLS3.EXE  to the current directory.
  45.    5. Copy  A:\USTATION\MGLS3.MGL  to the current directory.
  46.    6. Change to the  \USTATION  directory.
  47.    7. Copy  A:\USTATION\REMOVE.EXE  to the current directory.
  48.    8. Run  USCONFIG , selecting the  ACTIX GraphicsENGINE   driver.
  49.  
  50.  
  51.  
  52.                  D R I V E R   U S E
  53.                  -------------------
  54.  
  55.  For drivers that do not allow the selection of the resolutions during the
  56.  installation, the driver will default to the highest resolution as 
  57.  possible. If this is not what you desired, the resolution could be 
  58.  overridden by setting an environment variable as following...
  59.  
  60.   set S31_911=<mode> 
  61.    Where <mode> is:
  62.    0     640 x 480, 256 colors
  63.    1     800 x 600, 16 colors
  64.    2     800 x 600, 256 colors
  65.    3     1024 x 768, 16 colors
  66.    4     1024 x 768, 256 colors
  67.    5     1280 x 960, 16 colors
  68.    6     --> Reserved <--
  69.    7     1280 x 1024, 16 colors
  70.    8     --> Reserved <--
  71.  
  72.  Please note that not all resolution modes are available.
  73.  The  set S31_911=<mode>  instruction can be included in the
  74.  AUTOEXEC.BAT file.
  75.  
  76.  The driver is a TSR (Terminate-and-Stay-Resident) driver that must be
  77.  invoked before MicroStation PC will run. The driver will accept
  78.  certain command line options that will change the behavior of the
  79.  driver.
  80.  
  81.  Your GraphicsENGINE  board has at least 1 megabyte of DRAM, this 
  82.  driver is supported either 2 pages ( swap screen  capability) or 
  83.  supported 256 colors. To select the 256 color option, use the 
  84.   /noswap  option When installing the driver in memory. This is usually 
  85.  done by the  USTATION.BAT  or  MCE.BAT  files, and they should be 
  86.  modified with an editor.
  87.  
  88.  To remove a previous copy of the driver, use the 'remove.exe' program.
  89.  
  90.  
  91.  Examples:
  92.   'mgls3'           Will install the driver in 16 color mode. If enough
  93.                     DRAM is installed, swap screen will be enabled.
  94.  
  95.   'mgls3 /noswap'   Will install the driver, telling it to display
  96.                     the maximum number of colors possible.
  97.  
  98.  
  99.  
  100.